home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / amee.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  317 b   |  14 lines

  1. on exitFrame
  2.   global IQcursor
  3.   LoadCursor()
  4.   clearCursors()
  5.   set the cursor of sprite 39 to IQcursor
  6.   set the cursor of sprite 11 to IQcursor
  7.   repeat with i = 12 to 28
  8.     set the cursor of sprite i to IQcursor
  9.   end repeat
  10.   repeat with i = 30 to 38
  11.     set the cursor of sprite i to IQcursor
  12.   end repeat
  13. end
  14.